home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / AMTAX92.ARJ / README.BAT < prev    next >
DOS Batch File  |  1992-11-18  |  217b  |  15 lines

  1. echo off
  2. cls
  3. if p%1 == pP goto print
  4. if p%1 == pp goto print
  5. type readme.1
  6. pause
  7. goto end
  8. :print
  9. echo on
  10. rem    Ready to print README file.  Turn on your printer...
  11. pause
  12. copy readme.1 prn
  13. echo on
  14. :end
  15.